From: Ken Brown Date: Mon, 18 Oct 2010 12:23:41 +0000 (-0400) Subject: * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~394 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7568521428ed52810f87e7457b2017cc59fcb577;p=emacs.git * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). --- diff --git a/src/ChangeLog b/src/ChangeLog index bb825c3f7c4..a7feed54ecc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-10-18 Ken Brown + + * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). + 2010-10-15 Kenichi Handa Fix incorrect font metrics when the same font is opened with diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 9ca5c67ce37..dcab55a91e1 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -132,6 +132,9 @@ along with GNU Emacs. If not, see . */ returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ #define G_SLICE_ALWAYS_MALLOC +/* Send signals to subprocesses by "typing" special chars at them. */ +#define SIGNALS_VIA_CHARACTERS + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b